@charset "utf-8";
body {
}
.top{ height:113px;}
.top_l{ height:113px; width:500px;}
.top_r{
	height:113px;
	width:500px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: 130px 40px;
}
.top_r p{ padding-left:345px; padding-top:16px;}
.dh{ background-color:#1a8937; height:40px;}
.dh_l{ width:770px; height:40px;}
.dh_l ul li{ font-size:16px; float:left; text-align:center; line-height:40px; width:150px;}
.dh_r{ width:230px; height:40px;}
.dh_l ul li a{ color:#FFFFFF; display:block;}
.dh_l ul li a:hover,.cur{ color:#FFFFFF; display:block; background-color:#333333;}

.logo{

position: absolute;
top: -50px;

width: 430px;
height: 66px;
z-index: 10000000000;
opacity: 0;

}

.search {
  background: #fff;
  float: right;
  width: 194px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  margin-right: 27px;
}
.search .search-text {
  width: 160px;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  outline: none;
  font-size: 12px;
}
.search a {
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
  background: #333;
  line-height: 22px;
  font-size: 13px;
  color: #fff;
}
.xbanner{ width:1000px; height:335px;}

/****开始首页新闻列表****/
.i-news {
  width: 100%;
  float: left;
  padding: 10px 0;
  line-height: 28px;
 
  
}
.i-news-t {
  background: url(../images/icon/ico01.png) 5px center no-repeat;
  padding-left: 30px;
  color: #1a8937;
  font-size: 14px;
  width: 100px;
  float: left;
}
.i-newslist {
  float: left;
  width: 900px;
  padding-left: 5px;
}
.i-newslist .slide {
  height: 28px;
}
.i-newslist .slide a {
  color: #555;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 620px;
}
.i-newslist .slide span {
  color: #555;
  float: right;
  font-size: 13px;
}

.i-aboutus {
  width: 100%;
  float: left;
}
.i-aboutus01 {
  border: #ddd solid 1px;
  width: 309px;
  height: 267px;
  font-size:13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.i-aboutus01:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.i-about-t {
  width: 100%;
  float: left;
  height: 45px;
  line-height: 44px;
  border-bottom: #ddd solid 1px;
  padding: 0 10px;
}
.i-about-t span {
  float: left;
  background: url(../images/icon/ico02.png) left center no-repeat;
  padding-left: 30px;
  color: #111;
  font-size: 15px;
}
.i-about-t a {
  float: right;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 44px;
  height: 44px;
}
.i-about-t a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-aboutus02 {
  margin-left: 12px;
  border: #ddd solid 1px;
  width: 678px;
  height: 267px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.i-aboutus02:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.association-list {
  width: 100%;
  float: left;
  padding: 15px;
  font-size: 12px;
}
.association-list dl {
  width: 100%;
  float: left;
}
.association-list dl dt {
  width: 283px;
  height: 86px;
  overflow: hidden;
}
.association-list dl dt img {
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -o-transform: scale(1, 1);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
}
.association-list dl dt img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transform: scale(1.2, 1.2);
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
}
.association-list dl dd {
  line-height: 27px;
  width: 100%;
  float: left;
}
.association-list dl dd a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 90%;
  padding-left: 10px;
  width: 70%;
  background: url(../images/icon/ico03.png) left center no-repeat;
}
.association-list dl dd span {
  float: right;
}
.i-aboutus01 .bxslider02 li span {
  position: absolute;
  left: 0;
  color: #fff;
  padding-left: 10px;
  font-size: 13px;
  bottom: 0;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4) !important;
  filter: alpha(opacity=40);
  background: #000000;
  width: 100%;
}
.i-aboutus01 .bx-wrapper .bx-pager {
  text-align: right;
  padding-right: 10px;
}
.i-aboutus01 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 17px;
  height: 3px;
  background: #9d9c9a;
  margin: 0 1px;
  text-indent: 9999px;
}
.i-aboutus01 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.i-aboutus01 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.sygpro{ height:214px;  width:663px;}
.gun p{ text-align:center; padding-top:12px; font-family:"微软雅黑"; font-size:15px;line-height: 20px;}

.i-contact2 {
	width: 100%;
	float: left;
	text-align: center;
	height: 74px;
	color: #333;
	border-top: #1a8937 solid 2px;
	font-size:13px;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.meun {
  width: 100%;
  font-size: 13px;
  margin-top: 15px;
  float: left;
  color: #333;
}
.meun a {
  padding: 0 8px;
  color: #333;
}
/*----------------------内页样式-------------------------*/

 
